home *** CD-ROM | disk | FTP | other *** search
/ Linux Cubed Series 7: Sunsite / Linux Cubed Series 7 - Sunsite Vol 1.iso / system / shells / flin-0.5 / flin-0 / flin-0.5.1 / system.menu < prev    next >
Text File  |  1996-03-20  |  2KB  |  76 lines

  1. #!/usr/local/bin/flin
  2. #
  3. # test.menu    -    sample menu implementation for flin
  4. #            to try it out type:
  5. #            `flin test.menu'
  6. #            or
  7. #            `test.menu'
  8.  
  9. # Main menu
  10. Menu Main
  11.     Title:Welcome to Xanadu (xanadu.kublai.com):
  12.  
  13.     # You might want to change this to your hostname
  14.  
  15.     Nop::
  16.     SubMenu:System Information:SysInfo:
  17.     SubMenu:File Menu:File-Util:
  18.     SubMenu:Surf the 'Net:InterNet:
  19.     Nop::
  20.     Exec:Exit to TCSH:tcsh:
  21.     Nop::
  22.     Quit:Logout:
  23.     Nop::
  24.     Nop:Use the arrow keys to scroll around choices:
  25.     Nop:The right arrow and enter key select a choice:
  26.     Nop:The left arrow key goes to the previous menu:
  27. EndMenu
  28.  
  29. Menu SysInfo
  30.     Title:System Information:
  31.     Nop::
  32.     Exec:Who's at Meathook:who:
  33.     Exec:What Everyone is Doing:w:
  34.     Nop::
  35.     Exec:Hardware Information:less info.comp:
  36.     Exec:OS Information:less info.os:
  37.     Exec:TCPIP Information:less info.tcpip:
  38.     Nop::
  39.     Exit:Back to Main Menu:
  40. EndMenu
  41.  
  42. Menu File-Util
  43.     Title:File Menu:
  44.     Nop::
  45.     Exec:Directory listing:ls -F:
  46.     Nop::
  47.  
  48. # Be CAREFUL with this stuff,
  49. # with the following options ANYONE can download
  50. # any world-readable file on the system, including
  51. # /etc/passwd.
  52.  
  53.     Args:Send a file (ZMODEM):sz:
  54.     Args:Recieve a file (ZMODEM):rz:
  55.     Args:Read a file:less:
  56.     Nop::
  57.     Exit:Back to Main Menu:
  58. EndMenu
  59.  
  60. Menu InterNet
  61.     Title:Infobahn:
  62.     Nop::
  63.     Nop:It's the information superhighway,:
  64.     Nop:the ultimate in online multimedia:
  65.     Nop:virtual cyber-experiences.:
  66.     Nop::
  67.     Exec:Explore the World Wide Web:lynx:
  68.     Exec:Read your Cyber-Mail:pine:
  69.     Exec:Read your Cyber-News:trn:
  70.     Exec:Log in to remote machines:telnet:
  71.     Exec:Get files from afar:ftp:
  72.     Exec:Browse Gopherspace:gopher gopher.panix.com:
  73.     Nop::
  74.     Exit:Back to Main Menu:
  75. EndMenu
  76.